home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr37 / lenolm33.zip / LOGOFF.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1995-02-23  |  797b  |  67 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 3.O1 (Encryption type I) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     String   STRING001
  20.     String   STRING002
  21.  
  22. ;------------------------------------------------------------------------------
  23.  
  24.     STRING002 = String(PPEPath())
  25.     STRING001 = String(PcbNode())
  26.     If (Exist(STRING002 + STRING001 + "stf.dat")) Delete STRING002 + STRING001 + "stf.dat"
  27.     If (Exist(STRING002 + STRING001 + "stf.bak")) Delete STRING002 + STRING001 + "stf.bak"
  28.     If (Exist(STRING002 + "node" + STRING001 + ".dat")) Delete STRING002 + "node" + STRING001 + ".dat"
  29.     End
  30.  
  31. ;------------------------------------------------------------------------------
  32. ;
  33. ; Usage report (before postprocessing)
  34. ;
  35. ; ■ Statements used :
  36. ;
  37. ;    1       End
  38. ;    2       Let 
  39. ;    3       If 
  40. ;    3       Delete 
  41. ;
  42. ;
  43. ; ■ Functions used :
  44. ;
  45. ;    14      +
  46. ;    2       String()
  47. ;    1       PPEPath()
  48. ;    1       PcbNode()
  49. ;    3       Exist()
  50. ;
  51. ;------------------------------------------------------------------------------
  52. ;
  53. ; Analysis flags : No flag
  54. ;
  55. ;------------------------------------------------------------------------------
  56. ;
  57. ; Postprocessing report
  58. ;
  59. ;    0       For/Next
  60. ;    0       While/EndWhile
  61. ;    0       If/Then or If/Then/Else
  62. ;    0       Select Case
  63. ;
  64. ;------------------------------------------------------------------------------
  65. ;                 AEGiS Corp - Break the routines, code against the machines!
  66. ;------------------------------------------------------------------------------
  67.